翻訳と辞書
Words near each other
・ Graphical timeline of the Stelliferous Era
・ Graphical timeline of the universe
・ Graphical tools
・ Graphical unitary group approach
・ Graphical user interface
・ Graphical user interface builder
・ Graphical user interface elements
・ Graph structure theorem
・ Graph Style Sheets
・ Graph theory
・ Graph theory in enzymatic kinetics
・ Graph toughness
・ Graph traversal
・ Graph-based access control
・ GRaPH-Int
Graph-structured stack
・ Graph-tool
・ Graph500
・ Graphalloy
・ Graphane
・ Graphania
・ Graphania insignis
・ Graphania lignana
・ Graphania lithias
・ Graphania maya
・ Graphania mollis
・ Graphania morosa
・ Graphania mutans
・ Graphania nullifera
・ Graphania olivea


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Graph-structured stack : ウィキペディア英語版
Graph-structured stack

In computer science, a graph-structured stack is a directed acyclic graph where each directed path represents a stack.
The graph-structured stack is an essential part of Tomita's algorithm, where it replaces the usual stack of a pushdown automaton. This allows the algorithm to encode the nondeterministic choices in parsing an ambiguous grammar, sometimes with greater efficiency.
In the following diagram, there are four stacks: , , , and .
:
Another way to simulate nondeterminism would be to duplicate the stack as needed. The duplication would be less efficient since vertices would not be shared. For this example, 16 vertices would be needed instead of 9.
:
== References ==

*Masaru Tomita. ''Graph-Structured Stack And Natural Language Parsing''. Annual Meeting of the Association of Computational Linguistics, 1988.


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Graph-structured stack」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.